home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TERASEFORM / TERASEFORM.txt
Text File  |  2006-03-23  |  5KB  |  202 lines

  1. object EraseForm: TEraseForm
  2.   Left = 394
  3.   Top = 164
  4.   ActiveControl = CloseButton
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   BorderWidth = 5
  8.   Caption = 'Erase'
  9.   ClientHeight = 124
  10.   ClientWidth = 419
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poMainFormCenter
  20.   Visible = True
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object DriveGroupBox: TGroupBox
  26.     Left = 0
  27.     Top = 0
  28.     Width = 321
  29.     Height = 45
  30.     Caption = ' Drive: '
  31.     TabOrder = 0
  32.     DesignSize = (
  33.       321
  34.       45)
  35.     object DriveComboBox: TComboBox
  36.       Left = 8
  37.       Top = 16
  38.       Width = 305
  39.       Height = 21
  40.       Style = csDropDownList
  41.       Anchors = [akLeft, akTop, akRight]
  42.       ItemHeight = 13
  43.       TabOrder = 0
  44.       OnDropDown = DriveComboBoxDropDown
  45.       OnSelect = DriveComboBoxSelect
  46.     end
  47.   end
  48.   object SpeedGroupBox: TGroupBox
  49.     Left = 328
  50.     Top = 0
  51.     Width = 89
  52.     Height = 45
  53.     Caption = ' Speed: '
  54.     TabOrder = 1
  55.     DesignSize = (
  56.       89
  57.       45)
  58.     object SpeedComboBox: TComboBox
  59.       Left = 8
  60.       Top = 16
  61.       Width = 73
  62.       Height = 21
  63.       Style = csDropDownList
  64.       Anchors = [akLeft, akTop, akRight]
  65.       ItemHeight = 13
  66.       TabOrder = 0
  67.       OnDropDown = SpeedComboBoxDropDown
  68.       OnSelect = SpeedComboBoxSelect
  69.     end
  70.   end
  71.   object FullEraseButton: TButton
  72.     Left = 336
  73.     Top = 97
  74.     Width = 75
  75.     Height = 25
  76.     Action = FullEraseAction
  77.     TabOrder = 2
  78.   end
  79.   object QuickEraseButton: TButton
  80.     Left = 248
  81.     Top = 97
  82.     Width = 75
  83.     Height = 25
  84.     Action = QuickEraseAction
  85.     TabOrder = 3
  86.   end
  87.   object CloseButton: TButton
  88.     Left = 160
  89.     Top = 97
  90.     Width = 75
  91.     Height = 25
  92.     Action = CloseAction
  93.     TabOrder = 4
  94.   end
  95.   object ProgressGroupBox: TGroupBox
  96.     Left = 0
  97.     Top = 48
  98.     Width = 417
  99.     Height = 39
  100.     Caption = ' Erase progress: '
  101.     TabOrder = 5
  102.     object ProgressBar: TProgressBar
  103.       Left = 8
  104.       Top = 16
  105.       Width = 401
  106.       Height = 15
  107.       Min = 0
  108.       Max = 100
  109.       TabOrder = 0
  110.     end
  111.   end
  112.   object MCDBurner: TMCDBurner
  113.     DeviceBufferSize = 0
  114.     DeviceFreeBufferSize = 0
  115.     UnderrunProtection = True
  116.     OnDeviceChange = MCDBurnerDeviceChange
  117.     OnEraseDone = MCDBurnerEraseDone
  118.     ReadSpeed = 0
  119.     WriteSpeed = 0
  120.     FinalizeDisc = False
  121.     TestWrite = False
  122.     ReplaceFile = False
  123.     PerformOPC = False
  124.     CacheSize = 4194304
  125.     Version = '1.21'
  126.     WritePostGap = True
  127.     Top = 96
  128.   end
  129.   object ActionList: TActionList
  130.     Left = 32
  131.     Top = 96
  132.     object CloseAction: TAction
  133.       Caption = 'Close'
  134.       OnExecute = CloseActionExecute
  135.       OnUpdate = CloseActionUpdate
  136.     end
  137.     object QuickEraseAction: TAction
  138.       Caption = 'Quick Erase'
  139.       OnExecute = QuickEraseActionExecute
  140.       OnUpdate = QuickEraseActionUpdate
  141.     end
  142.     object FullEraseAction: TAction
  143.       Caption = 'Full Erase'
  144.       OnExecute = QuickEraseActionExecute
  145.       OnUpdate = QuickEraseActionUpdate
  146.     end
  147.   end
  148.   object Timer: TTimer
  149.     Interval = 500
  150.     OnTimer = TimerTimer
  151.     Left = 64
  152.     Top = 96
  153.   end
  154.   object smlFormLangRes: TsmlFormLangRes
  155.     LangFileName = 'DefLang.ini'
  156.     IgnoreEmptyString = False
  157.     AutoCreateMode = True
  158.     AddBracket = True
  159.     StringProperties.Strings = (
  160.       'Caption')
  161.     StringsProperties.Strings = (
  162.       'Tabs'
  163.       'Items')
  164.     IgnoreControls.Strings = (
  165.       'ProgressBar'
  166.       'DriveComboBox'
  167.       'SpeedComboBox'
  168.       'FullEraseButton'
  169.       'QuickEraseButton'
  170.       'CloseButton'
  171.       'MCDBurner'
  172.       'ActionList'
  173.       '')
  174.     IgnoreFormCaption = False
  175.     IncludeListViewItems = False
  176.     IncludeListViewHead = False
  177.     IncludeTreeViewItems = False
  178.     Active = False
  179.     Left = 96
  180.     Top = 96
  181.   end
  182.   object smlMsgLangRes: TsmlMsgLangRes
  183.     LangFileName = 'DefLang.ini'
  184.     IgnoreEmptyString = True
  185.     AutoCreateMode = True
  186.     AddBracket = True
  187.     MsgList.Strings = (
  188.       'Error=Error'
  189.       'Str1=Medium erase error'
  190.       'Str2=Drive not ready'
  191.       'Str3=Medium in drive is not eraseable'
  192.       'Str4=Can'#39't erase medium'
  193.       'Str5=--= Initializing, please wait =--'
  194.       'Str6=ASPI initialization error'
  195.       'Str7=Drives not found'
  196.       'Str8=This drive is not capable of erasing data')
  197.     Active = False
  198.     Left = 128
  199.     Top = 96
  200.   end
  201. end
  202.